home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Educational / PrimeSpiral / Source / SpiralView.h < prev    next >
Encoding:
Text File  |  1995-06-12  |  497 b   |  27 lines

  1. /* File:    SpiralView.h - View object for 'PrimeSpiral'
  2.  *
  3.  * By:        Christopher Lane
  4.  *        Symbolic Systems Resources Group
  5.  *        Knowledge Systems Laboratory
  6.  *        Stanford University
  7.  *
  8.  * Date:    26 February 1990
  9.  *
  10.  * Copyright:    1990 by The Leland Stanford Junior University.  This program
  11.  *        may be distributed without restriction for non-commercial use.
  12.  */
  13.  
  14. #import <appkit/View.h>
  15.  
  16. #define VERSION __DATE__
  17.  
  18. @interface SpiralView:View
  19. {
  20.     id version;
  21. }
  22.  
  23. - spiral:sender;
  24. - setVersion:anObject;
  25.  
  26. @end
  27.